Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark auto_enums_core and auto_enums_derive as internal crate #76

Merged
merged 1 commit into from
Oct 12, 2019

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Oct 12, 2019

Some previous versions could actually have been used directly,
but that was not intentional and not officially supported.

Some previous versions could actually have been used directly,
but that was not intentional and not officially supported.
@taiki-e
Copy link
Owner Author

taiki-e commented Oct 12, 2019

bors r+

bors bot added a commit that referenced this pull request Oct 12, 2019
76: Mark auto_enums_core and auto_enums_derive as internal crate r=taiki-e a=taiki-e

Some previous versions could actually have been used directly,
but that was not intentional and not officially supported.

Co-authored-by: Taiki Endo <te316e89@gmail.com>
@bors
Copy link
Contributor

bors bot commented Oct 12, 2019

Build succeeded

  • style (clippy)
  • style (rustdoc)
  • style (rustfmt)
  • test (1.31.0)
  • test (beta)
  • test (nightly)
  • test (stable)

@bors bors bot merged commit 8c41c45 into master Oct 12, 2019
@bors bors bot deleted the internal-crate branch October 12, 2019 13:29
@taiki-e taiki-e added A-enum_derive Area: #[enum_derive] A-auto_enum Area: #[auto_enum] labels Apr 21, 2020
bors bot added a commit that referenced this pull request Jan 5, 2021
123: Merge auto_enums_core and auto_enums_derive into main auto_enums crate r=taiki-e a=taiki-e

After 0.7 (#76), both crates are officially marked as internal crates.

These have been split originally to reduce compile time, but considering how parallel compile actually handles proc-macro, the current method has little effect.

Note that this is technically a breaking change.

Co-authored-by: Taiki Endo <te316e89@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-auto_enum Area: #[auto_enum] A-enum_derive Area: #[enum_derive]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant